Einhugur Word Plugin for Xojo
EinhugurWord.TableWidthModes Enum
Enum used for table width modes.
enum EinhugurWord.TableWidthModes
Constants
AUTO = 0
Table is set to automatic width. And its actual width value is always zero.
ABSOLUTE = 1
Table width is set to absolute.
PERCENTAGE = 2
Table width is set to percentage and the actual width parameter will be in range from 0.0 to 1.0.